home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / sh1_111.zip / BCX.SH < prev    next >
Text File  |  1987-07-28  |  198b  |  13 lines

  1. ^ integer calculator. exit by pressing enter with no data ^
  2. if %# > 0
  3.   shx -aX %"%0%"
  4.   exit
  5. endif
  6. while '' == ''
  7.   accept X
  8.   if '%X' == ''
  9.     exit
  10.   endif
  11.   shx -aX %"%X%"
  12. endwhile
  13.